home *** CD-ROM | disk | FTP | other *** search
/ Internet Tools (InfoMagic) / Internet Tools.iso / dos_win / winsock / maillist / 94-05.Z / 94-05 / 000336_news@bigblue.oit.unc.edu_Tue May 24 11:47:21 1994.msg < prev    next >
Internet Message Format  |  1994-05-31  |  15KB

  1. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  2.           id AA02687; Tue, 24 May 1994 13:25:41 -0400
  3. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  4.           id AA33586; Tue, 24 May 1994 13:10:10 -0400
  5. Received: from GATEWAY by bigblue with netnews
  6.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  7. To: winsock@sunsite.unc.edu
  8. Date: Tue, 24 May 1994 11:47:21 GMT
  9. From: calanan@fstrf.org (Michael C. Calanan)
  10. Message-Id: <calanan.20.00AE683B@fstrf.org>
  11. Organization: Frontier Science
  12. Sender: ses
  13. Subject: WFWG 3.11, Winsock, and NDIS problems!
  14.  
  15.  
  16. Has anyone else installed Trumpet Winsock (1.0 A) over Windows
  17. for Workgroups 3.11 running NetBEUI(NDIS) as the network layer?
  18. I have the machine running Workgroups successfully now, but 
  19. when I try to load winpkt.com, I get an error that the packet 
  20. driver can not be found.
  21.  
  22. I have put in questions/comments in the files below with "*** " 
  23. in front.
  24.  
  25. As an aside, I noticed that during the 3.11 installation,
  26. after it found that I was using a 3COM card, the program
  27. installed BOTH drivers for NetBEUI AND IPX as a default.
  28. Of course, when I tried to start windows it got locked
  29. up.  I had to reinstall and explicitly remove IPX and an
  30. installed driver to get the machine to work.
  31.  
  32. Any ideas why MS would do such a thing?
  33.  
  34. Thanks in advance for your help!!!!
  35.  
  36. - mike
  37.  
  38.  
  39. *** CONFIG.SYS ***
  40. ------------------
  41. DEVICE=C:\WINDOWS\HIMEM.SYS
  42. DEVICE=C:\DOS\SETVER.EXE
  43. DEVICE=C:\QEMM\QEMM386.SYS RAM EXCLUDE=dc00-ddff EXCLUDE=c000-c7ff
  44. INSTALL=C:\DOS\share.exe /l:500 /f:5100
  45. DOS=HIGH,UMB
  46. FILES=50
  47. BUFFERS=30,0
  48. STACKS=9,256
  49. LASTDRIVE=Z
  50. SHELL=C:\DOS\COMMAND.COM C:\DOS\ /E:1024 /p
  51. DEVICE=C:\NDW\NAVTSR.EXE
  52.  
  53. *** 3 lines removed from 3.10 by 3.11 installation program 
  54. *** that loaded 1) protman.dos, 2) elinkii driver, and 3) workgrp.sys
  55. *** replaced by the line below this REMmed one:
  56.  
  57. rem DEVICE=c:\qemm\loadhi.sys /r:2 c:\comm\dis_pkt9.dos
  58. *** if I try to load this, I get an error that the protocol
  59. *** manager can not be found.
  60.  
  61. DEVICE=C:\WINDOWS\IFSHLP.SYS
  62. *** This looks like what replaced that old three-liner that 
  63. *** loaded the network, am I correct?
  64.  
  65.  
  66. NUMLOCK=OFF
  67. ------------------
  68.  
  69. *** AUTOEXEC.BAT ***
  70. --------------------
  71. C:\WINDOWS\net start
  72. C:\NDW\IMAGE.EXE
  73. c:\ndw\nav c:\
  74. PROMPT $P$G
  75. PATH C:\WINDOWS;C:\DOS;C:\QEMM;C:\NDW;C:\;C:\QVTNET;C:\ULTRA;C:\WPWIN;C:\WPC;C:\BIN;C:\COMM;C:\GMKW;C:\NU;C:\QPW
  76. SET TEMP=C:\WINDOWS\TEMP
  77. SET  GMKW5=C:\GMKW
  78. SET  configtel=c:\ncsa\config.tel
  79. SET  SYMANTEC=C:\SYMANTEC
  80. SET  NU=C:\NU
  81. SET  GSFONTS=C:\ULTRA
  82. SET  TEMP=C:\WINDOWS\TEMP
  83. SET  editor=vi
  84. SET  ROOTDIR=c:
  85. SET  mouse=c:\msmouse
  86. SET qvthost_dir=c:\qvtnet
  87. C:\WINDOWS\SMARTDRV.EXE /X C 2048 128 
  88. C:\QEMM\LOADHI /R:2 C:\DOS\mouse.com /Y
  89. c:\qemm\loadhi /r:2 C:\DOS\doskey
  90. C:\NU\NDD C:/Q
  91.  
  92. *** lh c:\winsock\winpkt.com 0x66 ***
  93. Error that "No Packet Driver found at Int. Vec. 0x66"
  94. -------------------
  95.  
  96. *** PROTOCOL.INI ***
  97. --------------------
  98. [network.setup]
  99. version=0x3110
  100. netcard=ms$elnkii,1,MS$ELNKII,3
  101. transport=ms$ndishlp,MS$NDISHLP
  102. transport=ms$netbeui,NETBEUI
  103. lana0=ms$elnkii,1,ms$ndishlp
  104. lana1=ms$elnkii,1,ms$netbeui
  105.  
  106. [protman]
  107. DriverName=PROTMAN$
  108. PRIORITY=MS$NDISHLP
  109.  
  110. [MS$ELNKII]
  111. DriverName=ELNKII$
  112. MAXTRANSMITS=12
  113. INTERRUPT=5
  114. IOADDRESS=0x300
  115. TRANSCEIVER=external
  116.  
  117. [PKTDRV]
  118. DriverName=DIS_PKT9$
  119. bindings=MS$ELNKII
  120. intvec=0x66
  121. *** If the packet driver (winpkt, right?) is expecting DIS_PKT9 as the 
  122. *** shim (am I using the terminology correctly?) 
  123. *** but it can not load with the new configuration,
  124. *** what should I use instead??
  125.  
  126. [ELNKII]
  127. Adapters=MS$ELNKII
  128.  
  129. [MS$NDISHLP]
  130. DriverName=ndishlp$
  131. BINDINGS=MS$ELNKII
  132.  
  133. [NETBEUI]
  134. DriverName=netbeui$
  135. SESSIONS=10
  136. NCBS=12
  137. BINDINGS=MS$ELNKII
  138. LANABASE=0
  139.  
  140. =================================================
  141.  
  142. mike calanan
  143. calanan@fstrf.org
  144.  
  145.  
  146. Mike Calanan
  147. Frontier Science
  148. calanan@fstrf.org
  149. From dan@bristol.com Tue May 24 09:29:54 1994
  150. Received: from bristol.com by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  151.           id AA03987; Tue, 24 May 1994 13:30:50 -0400
  152. Received: from handel by bristol.com (5.0/SMI-4.1)
  153.     id AA17672; Tue, 24 May 94 13:31:48 EDT
  154. Message-Id: <9405241731.AA17672@bristol.com>
  155. Received: by handel
  156.     (1.38.193.3/16.2) id AA06561; Tue, 24 May 94 13:29:54 -0400
  157. Date: Tue, 24 May 94 13:29:54 -0400
  158. From: "J. Daniel Smith" <dan@bristol.com>
  159. To: Multiple recipients of list <winsock@SunSITE.Unc.EDU>
  160. Subject: Re: WinSock Compliance Testing
  161. In-Reply-To: giles@research.canon.oz.au's message of 24 May 1994 12:17:10 -0400
  162. References: <CqA38r.1xC@research.canon.oz.au>
  163. X-Mailer: VM Version 5.68 (beta) with GNU Emacs 19.22.1 of Fri Feb 18 1994 on otto (hpux)
  164. Organization: Bristol Technology Inc., Ridgefield, Connecticut, USA
  165. X-Disclaimer: My opinions do not necessarily represent those of my employer
  166. Mime-Version: 1.0
  167. Content-Description: A MIME message created by the VM mailer.
  168. Content-Type: text/plain; charset=iso8859-1
  169. Content-Transfer-Encoding: quoted-printable
  170. Content-Length: 1334
  171.  
  172. giles@research.canon.oz.au (giles@research.canon.oz.au) writes on 24 May 1994=
  173.  at 12:17:10 -0400
  174. >In article <Cq8CIo.39t@research.canon.oz.au> giles@research.canon.oz.au writes:
  175. >>.....
  176. >>>Does anyone out there have a WinSock compliance test suite, installation
  177. >>>validation and verification set, etc. for testing various WinSock's?
  178. >>......
  179. >>
  180. >>A validation suite is mentioned in the Winsock spec. it's called WSAT
  181. >>(Windows Sockets API Tester) and is apparently available by sending
  182. >>email to wsat@microsoft.com .  Haven't got it yet though, the ftp
  183. >[...]
  184. >The good oil: ftp from rhino.microsoft.com: /wsat/WSAT594.EXE
  185.  
  186. Does anybody know if WSAT is available as source code?  I'm developing
  187. a WinSock library on Unix boxes, so PC executables don't do me a lot
  188. of good.
  189.  
  190. Thanks,
  191.    Dan
  192. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D message i=
  193. s author's opinion only =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
  194. =3D=3D=3D=3D
  195. J. Daniel Smith         Bristol Technology Inc., Ridgefield, Connecticut (USA)
  196. dan@bristol.com         (203) 438-6969 x127, 438-5013 (FAX)            
  197.                         FTP: ftp.bristol.com     WWW: http://www.bristol.com
  198.                                 --------
  199.  Gott ist mit uns am Abend und am Morgen, und ganz gewiss am jedem neuen Tag.
  200.     - Dietrich Bonhoeffer
  201. From news@bigblue.oit.unc.edu Tue May 24 16:46:03 1994
  202. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  203.           id AA18742; Tue, 24 May 1994 14:25:25 -0400
  204. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  205.           id AA14013; Tue, 24 May 1994 14:20:56 -0400
  206. Received: from GATEWAY by bigblue with netnews
  207.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  208. To: winsock@sunsite.unc.edu
  209. Date: Tue, 24 May 1994 16:46:03 GMT
  210. From: maclennan@meena.cc.uregina.ca (Dr. Richard MacLennan)
  211. Message-Id: <1994May24.164603.112938@sue.cc.uregina.ca>
  212. Organization: University of Regina
  213. Sender: ses
  214. References: <2rgem4$4vk@inews.intel.com>
  215. Subject: Re: WINSOCK for DOS?
  216.  
  217. In article <2rgem4$4vk@inews.intel.com>, rvij@mipos3.intel.com says:
  218. >
  219. >
  220. >
  221. >        Does anyone know if there is a DOS version of WINSOCK available?
  222. >
  223. >Thanks
  224. >-Rajiv
  225.  
  226. I believe that Lanera's TCPOpen package comes with some DOS utility 
  227. programs (PING etc.) that do make use of their WINSOCK.DLL driver.  So it
  228. shouldn't be completely impossible to develop other DOS programs that will 
  229. do the same.  I think StarCom has a DOS-based version of Xwindows that
  230. works with Lanera's package.  Hope this info helps.
  231.  
  232. Cheers form Canada!  Richard MacLennan  maclennan@meena.cc.uregina.ca
  233. From news@bigblue.oit.unc.edu Tue May 24 19:13:05 1994
  234. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  235.           id AA04162; Tue, 24 May 1994 15:25:27 -0400
  236. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  237.           id AA28952; Tue, 24 May 1994 15:23:07 -0400
  238. Received: from GATEWAY by bigblue with netnews
  239.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  240. To: winsock@sunsite.unc.edu
  241. Date: Tue, 24 May 1994 19:13:05 +0000
  242. From: nikki@trmphrst.demon.co.uk (Nikki Locke)
  243. Message-Id: <769834889snx@trmphrst.demon.co.uk>
  244. Organization: Trumphurst Ltd.
  245. Sender: ses
  246. References: <2rncbo$soc@agate.berkeley.edu>, <769713237snx@trmphrst.demon.co.uk>, <terra.111.0010E1B3@ewald.mbi.ucla.edu>
  247. Subject: Re: QVT users: Mine seems to ignore QVTHOST.RC file
  248.  
  249. In article <terra.111.0010E1B3@ewald.mbi.ucla.edu> terra@ewald.mbi.ucla.edu (Terra Goodnight) writes:
  250. > even though I have added all the hosts I typically connect to in the 
  251. > "terminal" window (i.e. their names are listed there to be "clicked")
  252. > they are not all connectable when I do a mail-check in the mail program.  I 
  253. > get an error message like:
  254. > "unable to connect to POP3 server!"
  255. > should the places it checks for mail be in a file similar to qvtnet.rc?  if 
  256. > so, what should the file be called and how should it be formatted?
  257.  
  258. This information should be in qvtnet.ini. Look at the entries under the 
  259. heading ...
  260.  
  261. [pop]
  262. ;-----------------------------------------------------------------------------
  263. ;
  264. ;       POP3 (Mail) Client Setup
  265. ;
  266. ;-----------------------------------------------------------------------------
  267.  
  268. You need to set host, username, savedir and protocol (amongst others).
  269. Full details are contained in the qvtnet.ini file supplied with qvtnet.
  270.  
  271.  
  272. -- 
  273. Nikki Locke,Trumphurst Ltd.(PC & Unix consultancy) nikki@trmphrst.demon.co.uk
  274. trmphrst.demon.co.uk is NOT affiliated with ANY other sites at demon.co.uk.
  275. From news@bigblue.oit.unc.edu Tue May 24 15:55:28 1994
  276. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  277.           id AA11678; Tue, 24 May 1994 15:55:28 -0400
  278. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  279.           id AA19496; Tue, 24 May 1994 15:50:32 -0400
  280. Received: from GATEWAY by bigblue with netnews
  281.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  282. To: winsock@sunsite.unc.edu
  283. Date: Tue, 24 May 1994 15:50:59
  284. From: mce1@cornell.edu (Matthew C. Evans)
  285. Message-Id: <mce1.4.000FD9FC@cornell.edu>
  286. Organization: Cornell University
  287. Sender: ses
  288. Subject: Authentication Problem on Trumpet News
  289.  
  290. When I try to post a message to any newsgroup my local NNTP server requires 
  291. authentication, but there is setup in the Trumpet News Reader for Winsock to 
  292. do this.  I've tried editing the news.prm file to add my username and 
  293. password, but it is still unsuccessful.  Has anyone been able to post 
  294. successfully using the authentication commands?  Thanks for your help.
  295.  
  296. Please send mail to mce1@cornell.edu.  Thanks.
  297. From bward@dadhb1.ti.com Tue May 24 10:08:46 1994
  298. Received: from lobby2b.ti.com by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  299.           id AA14743; Tue, 24 May 1994 16:09:31 -0400
  300. Received: from tilde.csc.ti.com by lobby2b.ti.com with SMTP 
  301.     (8.6.8.1/LAI-3.2) id PAA28554; Tue, 24 May 1994 15:07:11 -0500
  302. Received: from isis.dadhb1.ti.com (dadhb1_0.sc.ti.com) by tilde.csc.ti.com id AA13597; Tue, 24 May 1994 15:09:08 -0500
  303. Received: from emu.dadhb1.ti.com by isis.dadhb1.ti.com with SMTP
  304.     (1.37.109.4/IDA1.4.4.1-Domain/OS) id AA29475; Tue, 24 May 94 15:08:33 -0500
  305. From: Bob Ward <bward@dadhb1.ti.com>
  306. Received: by emu.dadhb1.ti.com id <AA09564@emu.dadhb1.ti.com>; Tue, 24 May 94 15:08:46 -0500
  307. Date: Tue, 24 May 94 15:08:46 -0500
  308. Message-Id: <9405242008.AA09564@emu.dadhb1.ti.com>
  309. To: winsock@sunsite.unc.edu
  310.  
  311. Would someone care to shoot Matt Keogh?  I am not a good mood to come up with 
  312. a response worthy of the attention this deserves.
  313. From news@bigblue.oit.unc.edu Tue May 24 19:27:45 1994
  314. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  315.           id AA18838; Tue, 24 May 1994 16:25:27 -0400
  316. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  317.           id AA28270; Tue, 24 May 1994 15:56:25 -0400
  318. Received: from GATEWAY by bigblue with netnews
  319.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  320. To: winsock@sunsite.unc.edu
  321. Date: Tue, 24 May 1994 19:27:45 GMT
  322. From: bagwell@netcom.com (Myron E. Bagwell)
  323. Message-Id: <bagwellCqBnE9.DL4@netcom.com>
  324. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  325. Sender: ses
  326. Subject: Slip Routing Problem
  327.  
  328. I have been able to install a DOS slip server using the procedures 
  329. outline by Bob Sanford (thanks Bob).  However, I now have a problem.
  330.  
  331. I have setup the slip server and the winsock client as outlined.  I
  332. can connect to the slip server via the modem. And I can login and get
  333. the ip address from the server.  The problem is I can not see anything
  334. other than the slip server.  I can ping the slip server from the client,
  335. and I can also ping the client from the slip server.  I can ping other 
  336. machines on the net from the slip server.  I just can not get to anything
  337. from the client pc.
  338.  
  339. Has anyone else had this problem?
  340.  
  341. Setup Information:
  342.  
  343. Slip Server
  344.     486sx/25 4meg Ram 170meg HD 3c503 card Nec 9635e modem
  345.     Ip address 143.91.132.16
  346.  
  347. Client 
  348.     Ti TravelMate 3000 386sx/25 4meg ram 120meg hd internal v.32 modem
  349.     Zircom PE2-10BT pocket ethernet adapter.
  350.     Ip address 143.91.132.52
  351.  
  352. The name server is at 143.91.100.191, and the default gateway is    
  353. 143.91.132.254 the subnet mask is 255.255.255.0
  354.  
  355. Both the client and the server are able to login to the network using
  356. winsock. I therefore do not belive it is a driver problem.
  357.  
  358. Any help would be appreciated
  359.  
  360. Gene
  361. -- 
  362. -------------------------------------------------------------------------------
  363. | Gene Bagwell                 |  bagwell@netcom.com              |
  364. -------------------------------------------------------------------------------
  365. | '94 FLHSTC, '94 EX250-F8, 23' Wellcraft Starwind "AS BAILEY" (My Excile)    |
  366. -------------------------------------------------------------------------------
  367. From news@bigblue.oit.unc.edu Sat May 24 20:25:46 1994
  368. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  369.           id AA26880; Tue, 24 May 1994 16:55:26 -0400
  370. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  371.           id AA30682; Tue, 24 May 1994 16:34:18 -0400
  372. Received: from GATEWAY by bigblue with netnews
  373.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  374. To: winsock@sunsite.unc.edu
  375. Date: 24 May 1994 20:25:46 GMT
  376. From: nwb@bu.edu (Noel Bracero)
  377. Message-Id: <2rtnsa$7qm@news.bu.edu>
  378. Organization: Boston University
  379. Sender: ses
  380. Subject: Will help setup SLIP for food;)
  381.